#!/bin/bash

echo -e "Cleaning the case-------------------------------------------------"
cd ./vane
./clean
cd ..
cd ./domain
./clean
cd ..

